Edit Task: SetPossibility ResourceAnimationType
Description
The SetPossibility ResourceAnimationType attribute under EditTask defines the resource animation type for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility. Order is not required and the resource names should not be in quotes. |
ResourceName | A string of text of the resource name that is being defined within the command. |
AnimationType | Options are either "AnimationNA", "AnimationObjectLine", "AnimationNone", or "AnimationSensorOn". The AnimationSensorOn option is only valid for resources associated with STK sensor objects. |
Examples
Set no STK animation for FUSE in the possibility containing FUSE, CassiopeiaStar_HR-21 and SSR.
PATCH api/task/TaskA
Body:
{
"SetResourceDetails" : {
"PossibilityName" : "FUSE, CassiopeiaStar_HR-21,SSR",
"Resource" : "FUSE",
"AnimationType" : "AnimationNone" }
}